Q3ViewerUseData
You can use theQ3ViewerUseData
function to set the memory-based data displayed in a viewer object.
OSErr Q3ViewerUseData ( TQ3ViewerObject theViewer, void *data, long size);
theViewer
- A viewer object.
data
- A pointer to the beginning of a block of data in memory.
size
- The size, in bytes, of the specified block of data.
DESCRIPTION
TheQ3ViewerUseData
function sets the 3D data to be displayed in the viewer object specified by thetheViewer
parameter to the data block beginning at the address specified by thedata
parameter and having the size specified by thesize
parameter.